home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / mus / play / multiplsr.lha / include / calllist.i < prev    next >
Text File  |  1991-11-29  |  319b  |  19 lines

  1. * CallList - Module to manipulate lists of functions to call - © 1991 Bryan Ford *
  2.     ifnd    BRY_CALLLIST_H
  3. BRY_CALLLIST_H    set    1
  4.  
  5.     ifnd    EXEC_NODES_I
  6.     include "exec/nodes.i"
  7.     endc
  8.  
  9.     ifnd    EXEC_LISTS_I
  10.     include "exec/lists.i"
  11.     endc
  12.  
  13.  STRUCTURE    CallNode,LN_SIZE
  14.     APTR    cn_CallFunction
  15.     LONG    cn_LocalData
  16.     LABEL    cn_SIZEOF
  17.  
  18.     endc
  19.